home *** CD-ROM | disk | FTP | other *** search
- /* crunch.f -- translated by f2c (version of 3 February 1990 3:36:42).
- You must link the resulting object file with the libraries:
- -lF77 -lI77 -lm -lc (in that order)
- */
-
- #include "f2c.h"
-
- /* Common Block Declarations */
-
- struct {
- doublereal cpyknt;
- integer istack[1], lorg, icore, maxcor, maxuse, memavl, ldval, numblk,
- loctab, ltab, ifwa, nwoff, ntab, maxmem, memerr, nwd4, nwd8,
- nwd16;
- } memmgr_;
-
- #define memmgr_1 memmgr_
-
- /* Table of constant values */
-
- static integer c__0 = 0;
-
- /*< subroutine crunch >*/
- /* Subroutine */ int crunch_()
- {
- extern /* Subroutine */ int memadj_(), comprs_();
-
- /*< implicit double precision (a-h,o-z) >*/
- /* spice version 2g.6 sccsid=memmgr 3/15/83 */
- /*< common /memmgr/ cpyknt,istack(1),lorg,icore,maxcor,maxuse,memavl, >*/
- /*< 1 ldval,numblk,loctab,ltab,ifwa,nwoff,ntab,maxmem,memerr,nwd4, >*/
- /*< 2 nwd8,nwd16 >*/
- /*< call comprs(0,ldval) >*/
- comprs_(&c__0, &memmgr_1.ldval);
- /*< call memadj >*/
- memadj_();
- /*< return >*/
- return 0;
- /*< end >*/
- } /* crunch_ */
-
-